home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 5⁄4⁄90 / 1245-Re TE & Scroller cli-May90 < prev    next >
Encoding:
Text File  |  1990-05-04  |  938 b   |  27 lines  |  [TEXT/GEOL]

  1. Item    6861875                         3-May-90        06:49PDT
  2.  
  3. From:   DAWSON.M                        Dawson, Mark
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Re:TE & Scroller clicking
  8.  
  9. >After Mousing through MacApp's HandleMouseDown code (one of those things I
  10. >pretend to know the exact details of, until someone actually asks) I see that
  11. >every view for which ContainsMouse is True is sure to have its HandleMouseDown
  12. >method called. But a view only handles the click (by calling DoMouseCommand)
  13. >if it is enabled and can be focused. In my app, the scroller was enabled. I
  14. >had originally assumed that a disabled scroller wouldn't scroll, but that is
  15. >incorrect since the scroll bars are outside the scroller's view. I guess that
  16. >your scroller is disabled.
  17. >
  18. >--John MacVeigh
  19.  
  20. It was.  Under what conditions would you want the scroller to be enabled?
  21. (ViewEdit defaults to disabled)
  22.  
  23. Thanks,
  24.  
  25. Mark
  26.  
  27.